home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000253_news@columbia.edu_Thu Apr 27 14:28:50 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07489
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 27 Apr 1995 10:28:59 -0400
  3. Received: by apakabar.cc.columbia.edu id AA29241
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 27 Apr 1995 10:28:56 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit for Winsock
  9. Date: 27 Apr 1995 14:28:50 GMT
  10. Organization: Columbia University
  11. Lines: 62
  12. Message-Id: <3no9n2$shg@apakabar.cc.columbia.edu>
  13. References: <1995Apr25.173132.61776@earlham.edu> <3nlksr$b4k@apakabar.cc.columbia.edu> <3nn6u2$n6m@venus.mcs.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3nn6u2$n6m@venus.mcs.com>, Leslie Mikesell <les@MCS.COM> wrote:
  18. >Maybe you should work out a deal with this guy:
  19. >
  20. >(from the README file in kaiwan.kaiwan.com:/user/wwarthen)
  21. >---------------
  22. >This directory contains the compressed distribution files for
  23. >Kermit for Windows.  The files are as follows:
  24. >
  25. >    kmw080.zip - Kermit for Windows Version 0.80 (16 bit)
  26. >    kmn080.zip - Kermit for Windows NT Version 0.80 (32 bit)
  27. >
  28. >You must have MS Windows NT to use kmn080.zip.  You must have MS Windows
  29. >Version 3.1 or greater to use kmw080.zip.
  30. >
  31. >These programs are ditributed as "freeware".  You may freely use, copy,
  32. >and distribute the programs.  However, you must distribute each of the
  33. >above zip files in their entirety and without modification.
  34. >
  35. >Comments or questions should be sent via Internet to the author 
  36. >wwarthen@kaiwan.com.
  37. >-----------------
  38. >
  39. >This works over the serial ports or winsock, and has most of the
  40. >file transfer options.  It is limited to vt-102 terminal emulation
  41. >and lacks scripting in this version.
  42.  
  43. As you mention there is no scripting, the terminal emulator is not just
  44. limited to saying that it is a vt102 but it is not a correct vt102.
  45. In addition, the kermit protocol implementation is not complete.
  46. Plus, there is no keyboard remapping.  I could go on.  
  47.  
  48. >Was it just my imagination or weren't there more user contributions
  49. >of code back in the days when other sites were allowed to re-distribute
  50. >kermit?
  51.  
  52. No this is not the reason for the lack of contributions.  The lack of 
  53. contributions is caused by a lack of time.  Nowadays, very few people
  54. who are expert programmers are willing/able to donate the thousands
  55. of programming hours necessary to implement a good user interface on
  56. MS Windows, OS/2 PM, X Motif, ....  
  57.  
  58. The amount of time that I have put into OS/2 C-Kermit in the last two 
  59. years is close to 1200 hours.  And this is on top of my full time job.
  60. And I still don't have a GUI interface.  It just isn't that easy when 
  61. you want to have a consistent portable code base.
  62.  
  63. While Wayne Warthen has spent two years working on his Kermit program 
  64. for Windows, he admits that there are still years left of work for him
  65. to do if he was to seriously want to donate it and release it as non-
  66. Beta software.  And even then, it would be completely incompatible
  67. with C-Kermit and MS-DOS Kermit.
  68.  
  69. The appropriate approach is to port the C-Kermit code base to Windows and
  70. provide it with an Event Driven interface and protocol engine.  However,
  71. the only feasible way to do this is with threads.  So we wait for Windows 95.
  72.  
  73.  
  74.  
  75. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  76. NEW: OS/2 C-Kermit 5A(191): 
  77.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  78.    http://www.columbia.edu/kermit/cko191.html